From: Francesco Potortì Date: Fri, 30 Aug 2002 16:38:22 +0000 (+0000) Subject: Bug corrections in etags. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55553 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba88f8ebfce6c71c835e102906f617cd82b8251c;p=emacs.git Bug corrections in etags. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 87b33653b5d..cb83bcfcf2f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,14 @@ +2002-08-30 Francesco Potorti` + + * etags.c (consider_token, C_entries): Switch to C++ parsing when + auto-detection is enabled and the `::' qualifier is met. + (consider_token, C_entries): Several bugs corrected that tagged + some declarations even though --declarations was not used. + (plainc): New macro. + (C_entries): Use it. + (C_entries): Several cosmetic changes. + (C_entries): Invalidate the token is some cases. + 2002-08-29 Francesco Potorti` * etags.c (C_entries): Corrected a problem with const C++ funcs.